home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu271.dms
/
pu271.adf
/
devs
/
MountList
next >
Wrap
Text File
|
1992-09-06
|
2KB
|
112 lines
/* MountList for V1.3 */
/* Mount Entry for the new Console Handler */
NEWCON:
Handler = L:Newcon-Handler
Priority = 5
StackSize = 1000
#
/* This is an example of a non-filing system mount using a handler written
in C.
*/
SPEAK:
Handler = L:Speak-Handler
Stacksize = 6000
Priority = 5
GlobVec = -1
#
/* This is an example of an alternative type of non-filing device mount,
used to mount the non-buffered serial handler
*/
AUX:
Handler = L:Aux-Handler
Stacksize = 1000
Priority = 5
#
/* This is a non-filing system device */
PIPE:
Handler = L:Pipe-Handler
Stacksize = 6000
Priority = 5
GlobVec = -1
#
DH0:
Device = gvpscsi.device
FileSystem = L:FastfileSystem
Unit = 000
Flags = 0
Surfaces = 2
BlocksPerTrack = 49
Reserved = 2
Interleave = 0
LowCyl = 2
HighCyl = 82
Buffers = 32
GlobVec = -1
BufMemType = 1
Mask = 0xFFFFFE
MaxTransfer = 0x7FFFFFFF
Mount = 1
DosType = 0x444F5301
StackSize = 4000
#
DH1:
Device = gvpscsi.device
FileSystem = L:FastfileSystem
Unit = 000
Flags = 0
Surfaces = 2
BlocksPerTrack = 49
Reserved = 2
Interleave = 0
LowCyl = 83
HighCyl = 1041
Buffers = 32
GlobVec = -1
BufMemType = 1
Mask = 0xFFFFFE
MaxTransfer = 0x7FFFFFFF
Mount = 1
DosType = 0x444F5301
StackSize = 4000
#
PRT: Handler = L:spool-handler
Priority = 5
Stacksize = 3000
GlobVec = -1
#
MS1: FileSystem = L:MessyFileSystem
Device = messydisk.device
Unit = 1
Flags = 0
LowCyl = 0 ; HighCyl = 79
Reserved = 0
Surfaces = 2
BlocksPerTrack = 9
Buffers = 5
DosType = 1
BufMemType = 1
BootPri = 0
Stacksize = 3072
Priority = 9
GlobVec = -1
Mount = 1
#